home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / music / dmpcc16.arj / DMPCC.CFG next >
Text File  |  1993-12-07  |  2KB  |  49 lines

  1. ; This is the configuration file for DMP Control Center.  Up to 9 different
  2. ; player configurations can be used.  All lines beginning with  a '{' or a ';'
  3. ; or a space will be ignored.  Put the path and command-line parameters for
  4. ; all the programs you want to be able to choose from while using DMP Control
  5. ; Control Center.  Use the function keys while in DMP Control Center to select
  6. ; different configurations.  The lines already present are only an example of
  7. ; how to use this file.  This file MUST exist in the same directoy as the
  8. ; DMPCC.EXE file.
  9.  
  10. c:\pas16\dmp\dmp.exe -c4 -i5 -d5 -s44100 -t30000
  11. c:\pas16\pmp\pmp.exe -c4 -i5 -d5 -s44100 -t21463
  12.  
  13. ; The above 2 lines are examples of how to tell DMP Control Center which
  14. ; player programs you want to use.  You can have up to 9.
  15.  
  16. ; default_file_mask=*.*
  17.  
  18. ; Remove the ; from the above line to enable the usage of a preset filespec.
  19.  
  20. ; default_directory=c:\pas16\mod
  21.  
  22. ; Remove the ; from the above line to enable the usage of a preset directory.
  23.  
  24. temp=c:
  25.  
  26. ; The above line indicates the drive on which the temporary directory will be
  27. ; created for playing archived files.  I would recommend using a RAM drive for
  28. ; this.  It is much faster.
  29.  
  30. zip=c:\util\pkunzip.exe
  31. arj=c:\util\arj.exe
  32. lha=c:\util\lha.exe
  33.  
  34. ; Change the above 3 lines so that they include the paths of PKZIP, LHA, and
  35. ; ARJ.  NONE of these are needed for DMP Control Center, unless you want to
  36. ; play archived files.
  37.  
  38. internal_decompression=true
  39. internal_decompression=false
  40.  
  41. ; Choose which of the above two lines you want, to specify how DMP Control
  42. ; Center will manage archive decompression upon startup.  This value can be
  43. ; changed while in DMP Control Center.  Internal decompression('true') means
  44. ; that DMP Control Center will take care of uncompressing files, using the
  45. ; archive program information you provide in this file.  External decompress-
  46. ; ion ('false') means that DMP Control Center will pass all decompression
  47. ; responsibility to the player currently in use.  Since DMP can handle archive
  48. ; files, if you will mainly be using DMP then it would be a good idea to turn
  49. ; external compression ON, as in the second line above.